compress/flate.hcode.len (field)
12 uses
compress/flate (current package)
huffman_bit_writer.go#L212: cgnl[i] = uint8(litEnc.codes[i].len)
huffman_bit_writer.go#L217: cgnl[i] = uint8(offEnc.codes[i].len)
huffman_bit_writer.go#L332: w.nbits += uint(c.len)
huffman_bit_writer.go#L373: value := uint(w.codegenEncoding.codes[codegenOrder[i]].len)
huffman_bit_writer.go#L664: w.nbits += uint(c.len)
huffman_code.go#L15: code, len uint16
huffman_code.go#L53: h.len = length
huffman_code.go#L89: codes[ch] = hcode{code: reverseBits(bits, byte(size)), len: size}
huffman_code.go#L98: codes[ch] = hcode{code: reverseBits(uint16(ch), 5), len: 5}
huffman_code.go#L110: total += int(f) * int(h.codes[i].len)
huffman_code.go#L261: h.codes[node.literal] = hcode{code: reverseBits(code, uint8(n)), len: uint16(n)}
huffman_code.go#L288: h.codes[i].len = 0
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |